home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
pc_board
/
fp067.zip
/
PCBTEST.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-06-03
|
806b
|
23 lines
REM This Batch file set up for use with F-Probe v. 0.67ß.
REM Execute F-Probe.
c:\F-Probe\F-Probe c:\F-Probe\F-Probe.cfg %1
REM Add result message to file directory. Optional feature.
REM If you use PCBDESC.EXE, it must precede this block of commands.
copy %3+c:\F-Probe\F-Probe.res c:\F-Probe\F-Probe.des
copy c:\F-Probe\F-Probe.des %3
REM Disposition of upload which failed tests. Optional feature.
REM This "moves" all marked files in upload directories to badfiles
REM subdirectory.
cd c:\pcb\files\uploads
if exist *.!!? copy *.!!? c:\f-probe\badfiles
if exist *.!!? del *.!!?
cd c:\pcb\files\privul
if exist *.!!? copy *.!!? c:\f-probe\badfiles
if exist *.!!? del *.!!?
REM Restore original node directory.
cd c:\pcb\node%pcbnode%